home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.convert;
-
- class ImportLDAPMeta$TableSpec implements MetaSpectIntf.TableIntf {
- // $FF: synthetic field
- final ImportLDAPMeta this$0;
- String objectclass;
-
- public ImportLDAPMeta$TableSpec(ImportLDAPMeta var1, String var2) {
- this.this$0 = var1;
- this.objectclass = var2;
- }
-
- public String getShortName() {
- return this.objectclass;
- }
-
- public String getLongName() {
- return this.objectclass;
- }
-
- public String toString() {
- return this.getLongName();
- }
- }
-